-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix UI issue occurring while opening assignee modal #250
Conversation
/update-branch |
@ayusht2810 Updating the branch with master should fix any playwright CI errors |
… into fix_issue_218
This PR was tested for the UI hampering of the MM if the RHS is expanded fully. But I am facing an issue here like if we click on the background area when the modal is opened and RHS is fully expanded, the RHS behind closes despite of that area being inactive. Steps to reproduce:-
The RHS gets closed, which is not consistent for all the other plugins. Please have a look if we can handle this. |
…lugin-todo into fix_issue_218
@AayushChaudhary0001 The above issue seems to be a very rare edge case. Can you please create a separate issue for that? |
@raghavaggarwal2308 I have created a seperate issue for this(#260). Approving this PR for now. |
Summary
Fixed UI issue occurring while opening assignee modal
Ticket Link
Fixes #218
Screenshot
Checklist
make test
Ran test cases and ensured they are passingmake check-style
Ran style check and ensured both webapp and server pass the checks